﻿@charset "utf-8";
/* CSS Document */
@media (min-width: 992px) {
    #side1collapse {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 1300px) {
    .header .navbar .navbar-nav {
        margin-right: 105px;
    }

    .header .navbar .container-fluid {
        padding: 0 15px;
    }

    .header .nav_btn_group {
        right: 15px;
    }
}

@media (max-width: 1199px) {
	.header .navbar .sub-nav {
		position: static;
		margin-left: 10px;
		margin-bottom: 0;
    	vertical-align: sub;
	}
	
    .header {
        background-position: center 160px;
    }

    #floating {
        margin-top: -90px;
    }


    .banner .bxslider .item {
        height: auto !important;
        background: none !important;
    }

    .banner .bxslider .item img.img_small,
    .banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_small{
        display: block;
    }
    .banner .bxslider .item img.img_big,
    .banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_big{
        display: none;
    }
    .header .navbar .navbar-nav {
        margin-top: 15px;
        margin-left: -30px;
        margin-right: -30px;
        clear: both;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .header .navbar .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    .header .navbar .navbar-header {
        float: none;
    }

    .header .navbar .navbar-brand {
        float: none;
        margin: 15px auto;
    }

    .content .list-box .txt-list li span.news-title {
        float: left;
        color: #848275;
        width: 74%;
    }

    .content .txt img {
        width: 100%;
    }

    .side2 {
        padding-top: 12px;
    }

    .wid-slideBanner .jcarousel-control-prev,
    .wid-slideBanner .jcarousel-control-next {
        width: 24px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
    }

    .wid-slideBanner .jcarousel-control-prev {
        left: -24px;
    }

    .wid-slideBanner .jcarousel-control-next {
        right: -24px;
        background-position: 0 -40px;
    }

    body.cart .content .invoice-title {
        margin-top: 10px;
        margin-left: 15px;
    }

    .pic-gallery .pic-stage {
        width: 80%;
    }

    body.home .content .works-box .slick .slick-prev {
        left: -15px;
    }

    body.home .content .works-box .slick .slick-next {
        right: -15px;
    }

    .header .nav_btn_group {
        top: 15px;
    }
	
	body.about .abox2 .a2 {
		margin-bottom: 30px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #eee;
	}
	
	body.about .abox1 .atxt ul {
		padding-right: 220px;
	}
    .header .nav_btn_group .inquiry {
        top: 45px;
        right: 0;
    }
}

@media (max-width: 991px) {
    .header .navbar .navbar-nav {
        padding: 0;
    }

    .side {
        padding-bottom: 20px;
    }

    .side1 .side-toggle {
        border: 1px solid #ddd;
        margin-top: 10px;
    }

    .content .btn-more {
        top: 12px;
    }

    .content > .h2:after {
        top: 0;
    }

    .side .nav {
        max-width: none;
        margin: 0;
    }

    .side .nav > li {
        float: none;
        display: inline-block;
        border: 0;
        margin: 0 5px;
        vertical-align: top;
    }

    .side .nav > li + li {
        border: 0;
    }

    .side1 .wid {
        max-width: none;
    }

    .wid-search {
        padding-top: 20px;
    }

    .wid-search .h3,
    .wid-search .form-inline {
    }

    .wid-search .form-inline {
    }

    .wid-search .form-group,
    .wid-search .form-group .form-control,
    .wid-search .btn {
        width: auto;
        vertical-align: top;
    }

    .wid-search .btn {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .content .list-box .txt-list li span.news-title {
        float: left;
        color: #848275;
        width: 83%;
    }

    .content .txt img {
        width: auto;
    }

    body.member .content .btn-box {
        margin-left: 0;
    }

    .content .sec {
        padding-left: 24px;
    }

    body.cart .content .invoice-title {
        margin-top: 0;
        margin-left: 5px;
    }

    body.contact .content .contact-box .h3 {
        margin-top: 20px;
    }

    .footer_top ul li,
    .footer_top ul li a {
        padding: 5px;
    }

    .footer {
        text-align: center;
    }

    .footer .flist {
        display: block;
    }

    .footer .flist img {
        margin: 0 auto 20px;
    }

    .footer .flist .copy {
        margin-bottom: 20px;
    }

    .footer .container .item {
        margin-right: 0;
    }
    
}

@media (max-width: 767px) {

    /*#floating.isToggle*/
    #floating.isToggle,
    #floating.isToggle.fixed {
        top: 40px;
        margin-top: 0;
    }

    #floating.isToggle .btn-floating {
        display: block;
    }

    #floating.isToggle ul {
        width: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #floating.isToggle.open ul {
        width: 81px;
    }

    /*#floating.isFixed*/
    #floating.isFixed,
    #floating.isFixed.fixed {
        margin: 0;
        top: auto;
        left: 0;
        bottom: 0;
    }

    #floating.isFixed ul {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }

    #floating.isFixed ul li + li {
        border: none;
    }

    .header .navbar .navbar-brand {
        margin-top: 15px;
        margin-bottom: 10px;
        background-size: contain;
        width: 300px;
        height: 45px;
    }

    .content > .h2 .txt-tw {
        display: block;
        margin: 0;
    }

    .content .content-banner {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content .content-banner img {
        width: 100%;
        max-width: none;
    }

    .content .txt {
        padding-left: 10px;
    }

    .header {
        background: none;
    }

    .header .navbar .navbar-header {
        text-align: center;
    }

    .header .navbar .navbar-toggle {
        float: none;
        margin: 0 0 10px;
        border: none;
        color: #1EB5BE;
        font-size: 18px;
        letter-spacing: 2px;
        /*padding-left: 14px;*/
    }

    .header .navbar .navbar-toggle:hover {
        background: none;
        color: #888;
    }

    .header .navbar .navbar-nav {
        background: none;
        margin: 0 -15px;
        border-top: 1px solid #eaeaea;
    }

    .header .navbar .navbar-nav > li {
        display: block;
    }

    .header .navbar .navbar-nav > li + li:before {
        display: none;
    }

    .header .navbar .navbar-nav li a {
        width: auto;
        border-bottom: 1px solid #eaeaea;
        text-align: center;
        padding: 10px;
    }

    .header .navbar .navbar-nav li a:hover,
    .header .navbar .navbar-nav > li.b a,
    body.about .header .navbar .navbar-nav li.b1 a,
    body.product .header .navbar .navbar-nav li.b2 a,
    body.news .header .navbar .navbar-nav li.b3 a,
    body.contact .header .navbar .navbar-nav li.b4 a {
        color: #fff;
        background: #0072e3;
    }

    .header .navbar .navbar-nav li a .txt-en {
        display: none;
    }

    .header .navbar .sub-nav {
        /* position: static; */
        margin: 10px 0 20px;
        text-align: center;
        display: block;
        width: 100%;
    }

    

    .header .navbar .btn-default {
        color: #333;
    }

    .header .nav_btn_group {
        position: static;
    }

    .header .navbar .lang {
        /*position: static; */
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .header .navbar .lang .btn {
        display: block;
        width: 100%;
        float: none;
        padding: 8px;
        font-size: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: relative;

    }
	
	.header .navbar .sub-nav li a {
		width: 36px;
    	height: 36px;
	}

    .header .navbar .lang .btn,
    .header .navbar .lang .btn:active .header .navbar .lang .btn:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .navbar .lang .dropdown-menu {
        position: relative;
        float: none;
        text-align: center;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 9999;
    }

    body.cart .navbar-nav .open .dropdown-menu3 li ul > li a,
    body.contact .navbar-nav .open .dropdown-menu3 li ul > li a,
    body.product .navbar-nav .open .dropdown-menu3 li ul > li a,
    body.news .navbar-nav .open .dropdown-menu3 li ul > li a,
    body.about .navbar-nav .open .dropdown-menu3 li ul > li a,
    body.home .navbar-nav .open .dropdown-menu3 li ul > li a,
    body.about .navbar-nav .open .dropdown-menu3 li ul > li a {
        margin-left: 0%;
        font-size: 14px;
    }


    body.news .navbar-nav .open .dropdown-menu3 li ul > li a,
    body.cart .navbar-nav .open .dropdown-menu3 .dropdown_submenu > a,
    body.contact .navbar-nav .open .dropdown-menu3 .dropdown_submenu > a,
    body.product .navbar-nav .open .dropdown-menu3 .dropdown_submenu > a,
    body.about .navbar-nav .open .dropdown-menu3 .dropdown_submenu > a,
    body.home .navbar-nav .open .dropdown-menu3 .dropdown_submenu > a,
    body.about .navbar-nav .open .dropdown-menu3 .dropdown_submenu > a {
        font-weight: bold;
        background: #ffcc57;
    }


    body.cart .open .dropdown-menu2 .dropdown_submenu > a,
    body.contact .open .dropdown-menu2 .dropdown_submenu > a,
    body.news .open .dropdown-menu2 .dropdown_submenu > a,
    body.about .open .dropdown-menu2 .dropdown_submenu > a,
    body.home .open .dropdown-menu2 .dropdown_submenu > a {
        text-align: start;
        font-weight: bold;
    }

    body.cart .open .dropdown-menu2 li:not(.dropdown_submenu),
    body.contact .open .dropdown-menu2 li:not(.dropdown_submenu),
    body.news .open .dropdown-menu2 li:not(.dropdown_submenu),
    body.about .open .dropdown-menu2 li:not(.dropdown_submenu),
    body.home .open .dropdown-menu2 li:not(.dropdown_submenu) {
        background: #0072e3;
    }

    body.cart .navbar-nav .dropdown_submenu > ul > li > ul > li a,
    body.contact .navbar-nav .dropdown_submenu > ul > li > ul > li a,
    body.news .navbar-nav .dropdown_submenu > ul > li > ul > li a,
    body.about .navbar-nav .dropdown_submenu > ul > li > ul > li a,
    body.home .navbar-nav .dropdown_submenu > ul > li > ul > li a,
    body.product .navbar-nav .dropdown_submenu > ul > li > ul > li a {
        margin-left: -50%;
        background: #fff;
    }

    body.cart .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a,
    body.contact .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a,
    body.news .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a,
    body.about .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a,
    body.home .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a,
    body.product .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a {
        margin-left: -30%;
    }

    body.cart .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a::before,
    body.contact .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a::before,
    body.news .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a::before,
    body.about .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a::before,
    body.home .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a::before,
    body.product .navbar-nav .dropdown_submenu > ul > li > ul > li > ul > li a::before {
        content: '----'
    }

    body.product .open .dropdown-menu2 .dropdown_submenu > a {
        background: none;
        text-align: start;
        color: #000;
        font-weight: bold;
    }

    body.product .open .dropdown-menu2 .dropdown_submenu ul li a {
        background: #fff;
        color: #000;
    }

    body.news .navbar-nav .open .dropdown-menu3 li a{
        background: #ffcc57;
        color: #000;
    }

    body.news .navbar-nav .open .dropdown-menu3 li:not(.dropdown_submenu) a {
        background: #fff;
        color:#000;
    }

    .banner {
        /*margin-left: 15px;
        margin-right: 15px;*/
    }
    .banner .slick-prev,
    .banner .slick-next{
        z-index: 10;
    }
    .banner .slick-prev {
        left: 0;
    }
    .banner .slick-next {
        right: 0;
    }

    .footer {
        padding: 0;
    }

    .footer .sitemap {
        display: none;
    }

    .footer .copyright,
    .footer .siteinfo,
    .footer .siteinfo ul {
        display: block;
    }

    .footer .siteinfo ul > li {
        display: block;
    }

    .footer .siteinfo ul > li + li:before {
        display: none;
    }

    .main {
        z-index: auto;
    }

    .side .nav {
        margin-bottom: 20px;
    }

    .side .nav > li {
        float: none;
        display: block;
        margin: 0;
    }

    .wid-search .h3,
    .wid-search .form-inline {
        display: block;
        width: auto;
    }

    .wid-search .form-group {
        margin: 0;
    }

    .wid-search .form-group,
    .wid-search .form-group .form-control,
    .wid-search .btn {
        width: 100%;
    }

    .wid-slideBanner .jcarousel-control-prev {
        left: -17px;
    }

    .wid-slideBanner .jcarousel-control-next {
        right: -17px;
    }

    .content .list-box, body.news .content .btn-box {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }

    .content .btn-box {
        text-align: center;
    }

    .content .btn-box .page-info select {
        width: 100px;
        display: inline-block;
    }

    .content .txt img {
        width: 100%;
    }

    body.news .content > .h1,
    body.news.show .content .btn-box {
        margin-left: 0;
    }

    body.news .content > .h1 {
        padding: 10px;
    }

    body.news .content > .h1 small {
        position: static;
        display: block;
    }

    .content .list-box .txt-list li.list-header {
        display: none;
    }

    body.home .content .wid-home-news .txt-list li a,
    .content .list-box .txt-list li a {
        padding-right: 0;
    }

    .content .list-box .txt-list li span {
        position: static;
        float: none;
        display: block;
        padding: 0;
    }

    body.product.show .content .info .h3 {
        margin-top: 30px;
    }

    body.product.show .content .info .txt {
        min-height: 0;
    }

    body.product.show .content .quick-buy .btn {
        width: 100%;
    }

    body.product.show .content .quick-buy .form-control {
        width: 100%;
    }

    body.product.show .content > .h3 small {
        display: block;
        margin: 5px 0 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    body.member .content .btn-box {
        padding-left: 0;
        border-top: 1px solid #6a5b54;
    }

    .content .table.table-stack > thead,
    .content .table.table-stack > tbody > tr > td.num {
        display: none;
    }

    .content .table.table-stack > tbody > tr,
    .content .table.table-stack > tbody > tr > td {
        display: block;
        clear: both;
    }

    .content .table.table-stack > tbody > tr {
        border-bottom: 1px dotted #ccc;
        position: relative;
        padding: 10px 5px;
    }

    .content .table.table-stack > tbody > tr:last-child {
        border: none;
    }

    .content .table.table-stack > tbody > tr > td {
        border: none;
        text-align: left;
        padding: 0;
        line-height: 1.6;
    }

    .content .table.table-stack > tbody > tr > td .tn {
        display: inline-block;
        color: #aaa;
    }

    .content .table.table-stack > tbody > tr > td .input-group {
        margin: 0;
    }

    .content .table.table-stack > tbody > tr > td.pic {
        margin-bottom: 10px;
    }

    .content .table.table-stack > tbody > tr > td.del {
        display: block;
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .content .table.table-stack.no-border th {
        text-align: left;
        width: 100%;
        padding: 0;
    }

    .content .table.table-stack > tbody > tr > td.inquiry,
    .content .table.table-stack > tbody > tr > td.message,
    .content .table.table-stack > tbody > tr > td.reply {
        position: absolute;
        right: 5px;
    }

    .content .table.table-stack > tbody > tr > td.inquiry,
    .content .table.table-stack > tbody > tr > td.reply {
        top: 10px;
    }

    .content .table.table-stack > tbody > tr > td.message {
        top: 50px;
    }

    .form-horizontal .row .form-inline .btn-list {
        top: -28px;
    }

    .form-horizontal .row .form-inline label {
        padding-left: 0;
    }

    .form-horizontal .holiday-delivery {
        margin-top: 10px;
    }

    body.cart .content .invoice-title {
        margin-top: 10px;
        margin-left: 0;
    }

    .content .btn-box .pull-right {
        float: none;
    }

    .content .sec {
        padding: 10px 0;
    }

    .content .sec .sum {
        padding: 5px;
        line-height: 1.6;
    }

    body.member .content .form-group .btn {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .content .table.table-stack > tbody > tr > td.pic img {
        max-width: 100%;
        width: 100%;
    }

    .content .btn-box .pager,
    .content .btn-box .page-info {
        float: none;
    }

    .content .btn-box .pager {
        display: block;
    }

    .content .btn-box .pager li {
        margin: 0;
    }

    .content .btn-box .pager li > a {
        width: 100%;
        margin: 5px 0 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }


    body.cart .content .uni-num {
        width: 140px;
    }

    body.cart .content .hint {
        float: none;
        clear: both;
    }

    body.cart .content .invoice .btn-list {
        margin-top: 0;
    }

    body.cart .content .btn-box {
        padding: 10px 0;
    }

    body.cart .content .btn-box .btn {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    body.product.p02 .content .product-list.mode1 .item.i1 > a ul,
    body.product.p02 .content .product-list.mode1 .item.i2 > a ul,
    body.product.p02 .content .product-list.mode1 .item.i3 > a ul,
    body.product.p02 .content .product-list.mode1 .item.i4 > a ul {
        height: auto;
    }

    body.product.p02 .content .product-list.mode1 .item.hasQB > a {
        margin: 0;
    }

    body.product .content .product-list.mode1 .quick-buy ul,
    body.product .content .product-list.mode1 .quick-buy ul li {
        display: block;
        text-align: center;
    }

    body.product .content .quick-buy .form-control,
    body.product .content .product-list.mode1 .quick-buy .form-control.qty,
    body.product .content .product-list.mode2 .item .quick-buy .form-control {
        width: 80%;
        margin: 5px 0 0;
    }

    body.product .content .product-list.mode2 .item {
        margin: 10px 0 60px;
        position: relative;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    body.product .content .product-list.mode2 .item > a {
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        padding: 0;
        width: auto;
        float: none;
    }

    body.product .content .product-list.mode2 .item .pic {
        width: auto;
        display: block;
        margin: 0;
        padding: 10px;
        border-radius: 10px 10px 0 0;
    }

    body.product .content .product-list.mode2 .item .info {
        display: block;
        width: auto;
        text-align: center;
        padding-right: 10px;
    }

    body.product .content .product-list.mode2 .item .info .h4 {
        text-align: center;
    }

    body.product .content .product-list.mode2 .item .info ul {
        width: auto;
        text-align: center;
    }

    body.product .content .product-list.mode2 .item .info p {
        display: none;
    }

    body.product .content .product-list.mode2 .item .quick-buy {
        width: auto;
        float: none;
        padding: 10px 10px 50px;
        text-align: center;
    }

    body.product .content .product-list.mode2 .item .quick-buy .btn {
        bottom: -38px;
        right: 50%;
        margin-right: -37px;
        margin-bottom: 0;
    }

    body.member .content .form-border {
        border: none;
        padding: 0;
    }

    body.member.register.finish .content .form-border {
        padding: 0;
    }

    body.member.forget .content .form-border {
        padding-top: 0;
    }

    body.member .content .form-border:before,
    body.member .content .form-border:after {
        display: none;
    }

    .pic-gallery {
        margin-left: 0;
    }

    .pic-gallery .pic-stage {
        width: 100%;
    }

    .pic-gallery .pic-pager {
        display: none;
    }

    .pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -24px;
    }

    .pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next {
        right: -24px;
    }

    body.news .content .btn-box, body.faq .content .btn-box {
        margin-left: 0;
        padding-left: 0;
    }

    .content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -20px;
    }

    .content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
        right: -20px;
    }

    .faq-box {
        margin-left: 0;
    }

    .banner .bx-wrapper .bx-pager.bx-default-pager {
        display: none;
    }

    body.product.show  .shop_box {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 999;
    }

    body.product.show .content .quick-buy .shop_box .btn {
        margin: 0;
        border-radius: 0;
    }

    body.home .ibox1 {
        width: auto;
    }

    body.home .ibox2 p {
        width: auto;
    }

    body.home .ibox2 {
        padding: 80px 15px;
    }
	
	body.about .abox2 .map {
		margin-bottom: 15px;
	}
	
	body.about .abox1 .atxt img {
		position: static;
	}
	
	body.about .abox1 .atxt.t1,
	body.about .abox1 .atxt.t2,
	body.about .abox1 .atxt.t3,
	body.about .abox1 .atxt ul,
	body.about.lang_US .abox1 .atxt.t1,
	body.about.lang_US .abox1 .atxt.t2,
	body.about.lang_US .abox1 .atxt ul {
		padding: 0;
	}
	
	body.about .abox1 .atxt .aimg1,
	body.about .abox1 .atxt .aimg2,
	body.about .abox1 .atxt .aimg3,
	body.about.lang_US .abox1 .atxt .aimg1,
	body.about.lang_US .abox1 .atxt .aimg2 {
		width: auto;
	}
	
	body.about .abox1 .atxt .aimg3 {
		margin-top: 30px;
	}

    .header .nav_btn_group .inquiry {
        position: static;
        margin: 15px auto 5px;
    }
}
